const encoding/json.scanBeginObject

5 uses

	encoding/json (current package)
		decode.go#L372: 	case scanBeginObject:
		decode.go#L407: 	case scanBeginArray, scanBeginObject:
		decode.go#L1028: 	case scanBeginObject:
		scanner.go#L120: 	scanBeginObject         // begin object
		scanner.go#L222: 		return s.pushParseState(c, parseObjectKey, scanBeginObject)